FactEnrollCertifications 
Default Table Name  FactEnrollCertifications 
Definition 
 

FactEnrollCertifications Columns 
ColumnName  Domain  Datatype  NULL  Definition 
EnrollCertificationsSK(PK)    int  NO 
 
EnrollCertificationsBK    int  NO 
 
ActualExamDateSK(FK)    int  NO 
 
ScheduledExamDateSK(FK)    int  NO 
 
EnrollmentBK    int  NO 
 
EnrollmentSK(FK)    int  NO 
 
CertificationsSK(FK)    int  NO 
 
StudentBK    int  NO 
 
StudentSK(FK)    int  NO 
 
Score    int  NO 
 
StateSK(FK)    int  NO 
 
InSchoolPlacementStatusSK    int  NO 
 
PlacementStatusSK    int  NO 
 

FactEnrollCertifications Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FactEnrollCertifications  PrimaryKey  EnrollCertificationsSK 

FactEnrollCertifications Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
DimCertifications  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimCertifications_CertificationsSK      CertificationsSK  NO  YES 
DimDate  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimDate_ActualExamDateSK      ActualExamDateSK  NO  YES 
DimDate  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimDate_ScheduledExamDateSK      ScheduledExamDateSK  NO  YES 
DimEnrollment  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimEnrollment_EnrollmentSK      EnrollmentSK  NO  YES 
DimState  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimState_StateSK      StateSK  NO  YES 
DimStudent  Non-Identifying  One To Zero or More  FK_FactEnrollCertifications_DimStudent_StudentSK      StudentSK  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication